var reflect.stringType
3 uses
reflect (current package)
value.go#L1586: var stringType = TypeOf("").(*rtype)
value.go#L1605: if (tt.key == stringType || key.kind() == String) && tt.key == key.typ && tt.elem.size <= maxValSize {
value.go#L2218: if (tt.key == stringType || key.kind() == String) && tt.key == key.typ && tt.elem.size <= maxValSize {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)